//
var TN_Widget = function() {
return {
//Options
newWindow : true,
linkText : "view
tickets",
tixUrl : "http://www.ticketnetwork.com/tix/",
trackingParams : "",
custLink : true,
//depricated
kbid : "",
//Overwrittable functions
trackingLink :"",
CreateCustomUrl : function(row) {
return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx";
},
CreateEventRow : function(row, isAlt) {
return "
" +
row[0] +" | " +
row[1] +" " +
row[2] +" | " +
row[3] +" " +
row[4] + " " +
row[5] + " | "+ this.linkText+ " |
";
},
AddCss: function(cssUrl) {
var fileref=document.createElement("link");
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", cssUrl);
document.getElementsByTagName("head")[0].appendChild(fileref);
},
CreateTable : function(eventData,kywrds,url) {
if(typeof(TN_SetWidgetOptions) == "function")
TN_SetWidgetOptions();
//for backwards compatability
if(this.kbid != "")
this.trackingParams = "?img=249&kbid="+this.kbid;
var newTable = [];
for(var cntr = 0; cntr < eventData.length; cntr++)
newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1));
var objToAddTo;
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML = '' + newTable.join('') + '
';
} else
document.write('' + newTable.join('') + '
');
if(eventData.length >= 100 && kywrds != undefined) {
if(objToAddTo = document.getElementById("tn_results_container")) {
objToAddTo.innerHTML += '';
} else {
document.write("");
}
}
if(eventData.length > 0) {
document.getElementById("previewNote").style.display = "none";
}
}
};
}();
//BPW-TNSERV-03A
TN_Widget.CreateTable([['MSPAINT','DC9 Nightclub','Washington, DC','Thursday','7/17/2025','8:00 PM','7125827','MSPAINT-7-17-2025'],['Ducks Ltd.','DC9 Nightclub','Washington, DC','Wednesday','7/23/2025','8:00 PM','7193352','Ducks-Ltd--7-23-2025'],['Ha Vay','DC9 Nightclub','Washington, DC','Friday','7/25/2025','7:30 PM','7170613','Ha-Vay-7-25-2025'],['Charlotte Lawrence','DC9 Nightclub','Washington, DC','Sunday','8/10/2025','8:00 PM','7123808','Charlotte-Lawrence-8-10-2025'],['Motherfolk','DC9 Nightclub','Washington, DC','Sunday','9/7/2025','8:00 PM','7154812','Motherfolk-9-7-2025'],['The Dreggs','DC9 Nightclub','Washington, DC','Monday','9/15/2025','8:00 PM','7193353','The-Dreggs-9-15-2025'],['Marlon Funaki','DC9 Nightclub','Washington, DC','Tuesday','9/16/2025','8:00 PM','7193656','Marlon-Funaki-9-16-2025'],['Amira Elfeky','DC9 Nightclub','Washington, DC','Friday','9/19/2025','7:30 PM','7078381','Amira-Elfeky-9-19-2025'],['Michael Minelli','DC9 Nightclub','Washington, DC','Tuesday','9/23/2025','8:00 PM','7166964','Michael-Minelli-9-23-2025'],['Mehro','DC9 Nightclub','Washington, DC','Saturday','9/27/2025','7:30 PM','7237578','Mehro-9-27-2025'],['Kenzie Cait','DC9 Nightclub','Washington, DC','Tuesday','9/30/2025','8:00 PM','7230460','Kenzie-Cait-9-30-2025'],['Pixel Grip','DC9 Nightclub','Washington, DC','Friday','10/3/2025','7:30 PM','7144284','Pixel-Grip-10-3-2025'],['Slater - Band','DC9 Nightclub','Washington, DC','Monday','10/6/2025','8:00 PM','7205561','Slater---Band-10-6-2025'],['The Murder Capital','DC9 Nightclub','Washington, DC','Tuesday','10/7/2025','8:00 PM','7033776','The-Murder-Capital-10-7-2025'],['Bass Drum of Death','DC9 Nightclub','Washington, DC','Wednesday','10/8/2025','8:00 PM','7239138','Bass-Drum-of-Death-10-8-2025'],['Guerilla Toss','DC9 Nightclub','Washington, DC','Tuesday','10/14/2025','8:00 PM','7246999','Guerilla-Toss-10-14-2025'],['South Arcade','DC9 Nightclub','Washington, DC','Friday','10/17/2025','7:30 PM','7207558','South-Arcade-10-17-2025'],['Winter','DC9 Nightclub','Washington, DC','Sunday','10/26/2025','8:00 PM','7170553','Winter-10-26-2025'],['Rocket','DC9 Nightclub','Washington, DC','Thursday','11/6/2025','8:00 PM','7193354','Rocket-11-6-2025'],['VOILA','DC9 Nightclub','Washington, DC','Friday','11/7/2025','7:30 PM','7235134','VOILA-11-7-2025'],['Post Animal','DC9 Nightclub','Washington, DC','Monday','11/10/2025','8:00 PM','7100093','Post-Animal-11-10-2025'],['The Bends','DC9 Nightclub','Washington, DC','Thursday','11/20/2025','8:00 PM','7241524','The-Bends-11-20-2025'],['Teethe','DC9 Nightclub','Washington, DC','Thursday','12/4/2025','8:00 PM','7143798','Teethe-12-4-2025']],'DC9 Nightclub','http://www.ticketnetwork.com/ticket/DC9-Nightclub-events.aspx');